Skip to content

parser: fix erroneous comment #29242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 23, 2015
Merged

parser: fix erroneous comment #29242

merged 1 commit into from
Oct 23, 2015

Conversation

matklad
Copy link
Member

@matklad matklad commented Oct 22, 2015

Qualified paths allow full path after the >::. For example

<T as Foo>::U::generic_method::<f64>()

The example is taken from test/run-pass/associated-item-long-paths.rs.

Qualified paths allow full path after the `>::`. For example

```rust
<T as Foo>::U::generic_method::<f64>()
```

The example is taken from `test/run-pass/associated-item-long-paths.rs`.
@rust-highfive
Copy link
Contributor

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+ bf2f1e5

@bors
Copy link
Collaborator

bors commented Oct 23, 2015

⌛ Testing commit bf2f1e5 with merge 3f37f5a...

bors added a commit that referenced this pull request Oct 23, 2015
Qualified paths allow full path after the `>::`. For example

```rust
<T as Foo>::U::generic_method::<f64>()
```

The example is taken from `test/run-pass/associated-item-long-paths.rs`.
@bors bors merged commit bf2f1e5 into rust-lang:master Oct 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants